home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 1
/
CU Amiga Magazine CD-ROM Special Edition (1995)(EMAP Images)(GB)[Issue 1995-11].iso
/
Aminet
/
comm
/
tcp
/
AmiTCPsdk_40.lha
/
AmiTCP-4.0
/
netinclude
/
arpa
/
inet.h
< prev
next >
Wrap
C/C++ Source or Header
|
1994-10-03
|
508b
|
27 lines
#ifndef ARPA_INET_H
#define ARPA_INET_H \
"$Id: inet.h,v 4.1 1994/10/03 20:54:48 ppessi Exp $"
/*
* Inet Library Functions
*
* Copyright © 1994 AmiTCP/IP Group,
* Network Solutions Development, Inc.
* All rights reserved.
*/
#ifndef KERNEL
#ifndef NETINET_IN_H
#include <netinet/in.h>
#endif
/*
* Include socket protos/inlines/pragmas
*/
#ifndef BSDSOCKET_H
#include <bsdsocket.h>
#endif
#endif /* !KERNEL */
#endif /* ARPA_INET_H */